home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / 172anew.zip / ZIP.DOC < prev   
Text File  |  1989-05-23  |  2KB  |  50 lines

  1. RBBS & ZIP
  2. by Ken Goosens 
  3. 27 March 1989
  4.  
  5. RBBS 17.2 supports any file library and compression technique just as
  6. well as ARC, provided you have enough memory to support shelling.
  7.  
  8. If you want to set up RBBS to support ZIP, do the following:
  9.  
  10. (1)  set the default extension to ZIP in config.
  11.  
  12. (2)  where you say in config to look for command.com, put in
  13.      TZIP.BAT.  Be sure to put PKUNZIP.EXE in the path as well.
  14.  
  15. (3)  RBBS will disallow an upload not having the default extension
  16.      if a file exists with the same prefix and the default extension.
  17.      This should eliminate duplicates.   E.g. SORT232.ARC would be
  18.      rejected because we have a ZIP version if ZIP is default and
  19.      there is a file called SORT232.ZIP.
  20.  
  21. (4)  You cause uploads with extension <u-ext> to be converted to
  22.      default extension <d-ext> by including where command.com a
  23.      file named C<u-ext><d-ext>.BAT, which RBBS will shell to.
  24.      Included in the utilities is are 3 BAT files for converting:
  25.  
  26.      CARCZIP.BAT - convert ARC to ZIP.  Put in drive/path of
  27.         command.com specified in Config.   Change the 4th parameter
  28.         to the drive/path where your uploads go.  Make sure
  29.         PKUNPAK.EXE is in your search path.
  30.  
  31.      CPAKZIP.BAT - convert PAK to ZIP.  Same directions as
  32.         for CARCZIP.BAT.  Make sure PAK.EXE is in your drive
  33.         path.
  34.  
  35.      CALLZ.BAT - bat file other 2 invoke.  Makes work directory
  36.         using node name off of upload directory, extracts files
  37.         into it, zip's all files from there into your upload
  38.         directory, deletes old file, deletes work directory.
  39.         Uses KDY.EXE which deletes files and directory without
  40.         requiring confirmation.  Resets errorlevel to 0 at
  41.         end.
  42.  
  43. The bat files take under 100K.
  44.  
  45. (5)  RBBS will work properly with Smith's ZIPTV.EXE, which supports
  46.      viewing not only a list of the files in a ZIP, but viewing text
  47.      files inside the zip as well.   The new VZIP.BAT distributed
  48.      works with ZIPTV.
  49.      
  50.